@charset "utf-8";
/* CSS Document */

/** Content background **/
#content_background {
	/*display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:260px;
	height:450px;
	background:#F9F5EA;*/
}



/*** Page image ***/
#image {
	position:absolute;
	top:128px;
	right:0px;
	width:720px;
	height:370px;
	border: 1px dashed #848382;
	z-index:1;
}

#image img {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	height:370px;
}



/** Text **/
#text_wrapper {
	display:none;
	height:115px;
	overflow:hidden;
	position:absolute;
	width:845px;
}

#text_wrapper #text {
	float:left;
	font-size:16px;
	position:absolute;
	width:815px;
}

#text_wrapper #scroll_arrows {
	display:none;
	position:absolute;
	bottom:0px;
	right:12px;
	width:11px;
	height:34px;
}

#text_wrapper #scroll_arrows img {
	cursor:pointer;
}

#text_wrapper #scroll_arrows #arrow_up {
	margin-bottom:8px;
}

span.titulo	{color:#fff;}
